DiagramLite Programmer's Guide
AnchorPattern Constructor (AnchorPoint[])
See Also
 





Intializes a new instance of the AnchorPattern class with the specified anchor points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public AnchorPattern (
    AnchorPoint[] points
)

Visual Basic  Copy Code

Public New ( _
    points() As AnchorPoint _
)

 Parameters

points
Contains the initial set of AnchorPoint instances for the new pattern.

 See Also

AnchorPattern Constructor Overload List
AnchorPattern Class
MindFusion.Diagramming Namespace